Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

data type for each element to be made optional in the resulting xml #17

Merged
merged 5 commits into from
Jun 3, 2014

Conversation

gauravub
Copy link

@gauravub gauravub commented Jun 3, 2014

As per the current code, each element in the final xml that is generated contains a "type" attribute with the datatype. this pull request is to review the code change that makes it optional.

The code contains a new attribute "attr_type" which is set to True by default, so it will work as the current code does. If it is set to False, then the resulting xml will not contain the type attribute for the elements.

quandyfactory added a commit that referenced this pull request Jun 3, 2014
 data type for each element to be made optional in the resulting xml, kindly provided courtesy of gauravub
@quandyfactory quandyfactory merged commit 600cbbc into quandyfactory:master Jun 3, 2014
@quandyfactory
Copy link
Owner

Changes look great. Thank you!

@gauravub
Copy link
Author

gauravub commented Jun 4, 2014

Happy to contribute.. Cheers ..!!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants